All Questions
1 question
-2votes
2answers
1kviews
Cannot create /proc/sys/vm/drop_caches: Permission denied
I am using python because i try to run some queries from psql in cold state in a for loop.So before the execution of every query my cache must be clear.I imported os and then i did this: if state==&...